Retrieves the items that start at the specified index in the vector.
public:
uint32 GetMany(
uint32 startIndex,
out Array<T>^ items
)
startIndex
Type: uint32
The zero-based index of the start of the items in the vector.
items
Type: T
The items that start at startIndex in the vector.
Type: uint32
The number of items retrieved.
Namespace: Windows.Foundation.Collections
Metadata: windows.winmd